Skip to content

Fix flakey bloomfilter test prop_calc_size_fpr_fpr #724

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2025

Conversation

dcoutts
Copy link
Collaborator

@dcoutts dcoutts commented May 15, 2025

It was failing for very large FPR values. This test involves rounding to an integer number of bits (filter size). With a low number of bits (corresponding to high FPRs and small number of elements) the accuracy loss from rounding is significant. So we need looser tolerances in these cases.

It was failing for very large FPR values. This test involves rounding
to an integer number of bits (filter size). With a low number of bits
(corresponding to high FPRs and small number of elements) the accuracy
loss from rounding is significant. So we need looser tolerances in
these cases.
@jorisdral jorisdral enabled auto-merge May 15, 2025 10:57
@jorisdral jorisdral added this pull request to the merge queue May 15, 2025
Merged via the queue into main with commit 20d8a9d May 15, 2025
28 checks passed
@jorisdral jorisdral deleted the dcoutts/bloomfilter-fpr-calc-tolerence branch May 15, 2025 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants